#appDownloadContainer {
    position: relative;
    padding: 70px 40px 60px;
    margin-bottom: 10px;
    background: #FFF;
    fill: #FFF;
    box-shadow: inset 0 0 0 10px white, inset 0 0 0 22px #019BFF;
}

#appDownloadContainer #appDownloadLabel {
    position: absolute;
    font-size: 14px;
    letter-spacing: 0.1rem;
    top: 6px;
    left: 30px;
    padding: 0 10px;
    background: #FFF;
    font-family: 'futura today', sans-serif;
}

#appDownloadContainer #appIconContainer {
    position: relative;
    display: inline-block;
    width: 120px;
    margin-right: 20px;
}
#appDownloadContainer #appIcon {
    height: 120px;
    width: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#appDownloadContainer #appDownloadTextContainer {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(100% - 140px);
    font-family:'futura today bold', sans-serif;
}

#appDownloadContainer #appDownloadPubName {
    font-size: 18px;
    letter-spacing: 0.04rem;
    margin-bottom: 5px;
    color: #2a2a2a;
}
#appDownloadContainer #appDownloadLatestTitle{
    font-size: 15px;
    color: #777777;
    margin-bottom: 5px;
    font-family: 'futura today', sans-serif;
    font-weight: normal;
}
#appDownloadContainer #appDownloadByGannettTitle{
    font-size: 12px;
    color: #444444;
    margin-bottom: 13px;
}
#appDownloadContainer #appLink {
    text-decoration: none;
}

#appDownloadContainer #appDownloadButton {
    background-color: #019bff;
    padding: 6px 12px 10px;
    display: inline-block;
}

#appDownloadContainer #buttonText {
    color: #FFF;
    letter-spacing: 0.01rem;
    font-size: 14px;
}
#appDownloadContainer #buttonIcon {
width: 10px;
display: inline-block;
margin-right: 5px;
}

@media (max-width: 321px) {
    #appDownloadContainer #buttonText {
        font-size: 11px;
    }
    #appDownloadContainer #appIconContainer{
        width: 100px;
        margin-right: 10px;
    }
    #appDownloadContainer #appIcon {
        height: 100px;
        width: 100px;
    }
    #appDownloadContainer #appDownloadTextContainer{
        width: calc(100% - 110px);
    }
}

@media (max-width: 361px) {
    #appDownloadContainer #buttonText{
        font-size: 12px;
    }
}